ironfede is a micro-publisher whose entire catalog consists of a single, highly specialized developer utility: Structured Storage Xplorer, a lightweight .NET component written in pure C# that targets netstandard 2.0 and gives Windows applications the ability to inspect, extract, and manipulate Microsoft Compound Files—the OLE structured storage format that still underlies older Office documents, MSI installers, Outlook MSG files, and many third-party legacy formats. By exposing a tidy API for traversing storages and streams without COM interop, the library is typically embedded in forensics tools, migration scripts, email parsers, and plug-ins that need to crack open binary .doc, .xls, or .ppt containers to harvest metadata, thumbnails, or embedded objects. Because it is distributed as a compact NuGet package, integration is a one-line affair in Visual Studio, making it attractive to ISVs that must retrofit modern SaaS workflows with support for decades-old client data. The code is maintained in the open on GitHub, where occasional commits tighten performance and widen compatibility with newer .NET runtimes, yet the interface has remained stable enough for downstream projects to treat it as a dependable commodity layer. ironfede’s sole offering is available for free on get.nero.com, delivered through trusted Windows package sources such as winget, always fetching the latest build and ready for batch installation alongside other utilities.

Structured Storage Xplorer

Microsoft Compound File .net component - pure C# - netstandard 2.0

Details